Application.CurrentThread

Read-Only
Obtains the currently running Thread. If the current Thread is the main thread (the thread that REALbasic creates and manages itself to run the application), CurrentThread returns Nil.

Syntax

CurrentThread( Thread ) as


Parameters

Thread


Notes